.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
#header {
  width: 100%;
  height: 100px;
  background: #eeefef;
  line-height: 100px;
  position: fixed;
  z-index: 10;
}
#header ul {
  float: right;
  position: relative;
}
#header ul .navTop {
  height: 4px;
  background: #007DC0;
  position: absolute;
  bottom: 0;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
#header ul li a{
  overflow: hidden;
  float: left;
  color: #000;
}
#header ul li {
	
  width: 100px;
  text-align: center;
  font-size: 15px;
  color: #000;
  float: left;

}

#header ul .on {
  color: #007DC0;
  font-weight: bold;
}
#header .language {
  float: right;
  margin-right: 50px;
}
#header .language a {
  color: #444444;
  font-size: 15px;
  padding: 0 4px;
}
#header .language .china::after {
  color: #444444;
  padding-left: 8px;
}
#header .language a:hover {
}
#header .webBtn {
  width: 50px;
  height: 100%;
  float: right;
  display: none;
  cursor: pointer;
}
#header .webBtn span {
  display: block;
  width: 100%;
  height: 6px;
  background: #007DC0;
  margin-bottom: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#header .webBtn .bn {
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
}
#header .webBtn .bn2 {
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
#header .current {
  margin-top: 35px !important;
}
#header .current .bn {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-bottom: 0;
}
#header .current .bn2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  margin-top: -6px;
}
#header .current .no {
  display: none;
}
.kong {
  height: 100px;
}
.footer {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #007DC0;
}
.footer p {
  color: #b0b1b4;
  line-height: 24px;
}
.footer p a {
  color: #b0b1b4;
}
.footer .container {
  background: #2e3540;
}
.footer .top {
  overflow: hidden;
  border-bottom: 1px solid #434a53;
  padding-bottom: 80px;
}
.footer .top .info {
  width: 86%;
  margin: 0 auto;
  padding-top: 70px;
}
.footer .top .info .left {
  overflow: hidden;
  float: left;
  width: 400px;
}
.footer .top .info .left .f-logo {
  display: block;
  width: 168px;
  height: auto;
  margin-bottom: 26px;
}
.footer .top .info .left .share .bds_tsina,
.footer .top .info .left .share .bds_weixin {
  width: 33px;
  height: 33px;
  padding: 0;
  background: #222730;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 33px;
  opacity: .8;
}
.footer .top .info .left .share .bds_tsina:hover,
.footer .top .info .left .share .bds_weixin:hover {
  opacity: 1;
}
.footer .top .info .left .share .bds_tsina:hover img,
.footer .top .info .left .share .bds_weixin:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.footer .top .info .right {
  float: right;
}
.footer .top .info .right dl {
  float: left;
  padding-right: 110px;
}
.footer .top .info .right dl dt {
  font-size: 16px;
  color: #fff;
  padding-bottom: 24px;
}
.footer .top .info .right dl dd a {
  font-size: 14px;
  color: #b0b1b4;
  line-height: 26px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
}
.footer .top .info .right dl dd:hover a {
  color: #fff;
}
.footer .top .info .right .no {
  padding-right: 0;
}
.footer .copy {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 639px) {
  #header {
    height: 50px;
    line-height: 50px;
  }
  .kong {
    height: 50px;
  }
  .footer .top{display: none;}
  #header .current{margin-top: 28px!important;}
  #header .webBtn {
    width:30px;
    display: block;
    margin-top: 15px;
    margin-left: 20px;
  }
  #header .current .bn2{margin-top: -4px;}
  #header .webBtn span{height:3px;}
  #header ul {
    width: 125px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 50px;
    right: -125px;
  }
  #header .language{margin-right: 2px;}
  #header ul .navTop {
    display: none !important;
  }
  #header ul li {
    width: 100%;
    line-height: 45px;
  }
  #header .logo img {
    width: 80px;
  }
  .footer .top .info {
    width: 94%;
    padding-top: 40px;
  }
  .footer .top .info .left {
    float: none;
    width: 100%;
  }
  .footer .top .info .right {
    width: 100%;
    float: none;
    padding-top: 30px;
  }
  .footer .top .info .right dl {
    padding-right: 0;
    width: 50%;
    padding-bottom: 20px;
  }
  .footer .top .info .left .f-logo {
    margin: 0 auto 20px;
  }
  .footer .top .info .right dl dt {
    padding-bottom: 18px;
  }
  .footer .top .info .left .f-logo:after,
  .footer .top .info .share::after {
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .footer .top {
    padding-bottom: 20px;
  }
  .footer .copy {
    padding:10px 0;
    font-size: 12px;
  }
  .footer p,
  .footer .top .info .right dl dd a {
    line-height: 20px;
    font-size: 12px;
  }
  .footer .copy p {
    width: 96%;
    margin: 0 auto;
  }
  .bdshare-button-style0-16 a,
  .bdshare-button-style0-16 .bds_more {
    float: none !important;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  #header {
    height: 80px;
    line-height: 80px;
  }
  .kong {
    height: 80px;
  }
  #header .webBtn {
    display: block;
    margin-top: 26px;
    margin-left: 20px;
  }
  #header ul {
    width: 125px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 80px;
    right: -125px;
  }
  #header ul .navTop {
    display: none !important;
  }
  #header ul li {
    width: 100%;
    line-height: 45px;
  }
  #header .logo img {
    width: 120px;
  }
  .footer .top .info {
    padding-top: 40px;
  }
  .footer .top .info .left {
    float: none;
    width: 100%;
  }
  .footer .top .info .right {
    width: 100%;
    float: none;
    padding-top: 30px;
  }
  .footer .top .info .right dl {
    padding-right: 50px;
  }
  .footer .top .info .left .f-logo {
    margin: 0 auto 20px;
  }
  .footer .top .info .share {
    float: left;
    padding-right: 14px;
  }
  .footer .top .info .left .f-logo:after,
  .footer .top .info .share::after {
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .footer .top {
    padding-bottom: 60px;
  }
  .footer .copy {
    font-size: 12px;
  }
  .footer p {
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .footer .top .info .right dl {
    padding-right: 60px;
  }
 #header .language{margin-right: 0px;}
  #header ul{
  }
  #header ul a{width: 106px;}
}
